home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / muzik / AWET1G4.EXE / Awet1g4.txt next >
Text File  |  1997-02-08  |  3KB  |  63 lines

  1.  
  2. This is about AWEToy 1.0 gamma 4 
  3. --------------------------------
  4.  
  5. First I want to thank to all the people who wrote to me encouraging the 
  6. development of this little toy. Sorry that I was/am too busy to rewrite entirely 
  7. my old code and to add all the features you asked and I dreamed. 
  8.  
  9. What's new?
  10. ----------
  11. This is more like a bug fix release to the previous versions. This is the 
  12. main reason I released it.
  13. Some new minor features have been added, anyway.
  14.  
  15. * Regarding MIDI IN:
  16.   -eliminated the slight delay of the playing notes when an external
  17.     MIDI keyboard was used.
  18.   -Octave shift parameters for Keyboard split are now automatically
  19.    saved in the .INI file
  20.  -When Split is used, the "Override note velocity" option is independentely 
  21.   used and saved for the two splits.
  22. * on "Pseudo-Echo" tab you can save all the parameters for the used
  23.   channels (the entire channel table)
  24. * added a "Playscript" feature to the MIDI Player where you can specify a 
  25.   set of MIDI files to be played sequencially, with many other text commands to
  26.   use in between: setting the mixer, loading custom FX, loading soundfont files,
  27.   sending MCI commands, etc.
  28. * small user interface changes
  29. * fixed many bugs and inconsistencies from previous versions
  30. * added new ones, most probably :(
  31.  
  32. Notes:
  33. ------
  34. * Be sure you have the latest AWE32 drivers from Creative Labs 
  35.   ftp.creaf.com. AWEToy will not work properly with the older drivers 
  36.   (those without support for .SF2 files).
  37. * AWEToy should work even if you don't have an AWE32 soundcard. But only the
  38.     "Keyboard" and the "MIDI FX" tabs will be available, of course.
  39. * The Playscript feature was not tested enough but you can tell me all 
  40.   the problems you encounter and I'll try to fix them.
  41.   The MCI commands you add to a playscript should not use the "notify"
  42.   flag because I add it automatically for any play command. Therefore
  43.   auto-opened devices are not accepted (like play <filename>). So in
  44.   order to correctly play an .AVI file you should add a sequence
  45.   of commands like:
  46.       MCI open file1.avi type avivideo alias avi
  47.       MCI play avi
  48.       PAUSE 10
  49.       MCI close avi
  50.  If you don't specify the "wait" flag to a MCI play command, you
  51.  should insert between MCI play and MCI close other time comsuming
  52.  commands (PAUSE, PLAY, etc.) because otherwise the close command
  53.  will de executed immediately and the MCI play will be cancelled.
  54.  
  55.  
  56. Hope it works :)
  57.  
  58. Geo Pertea
  59. mpertea@roimar.imar.ro
  60. gpertea@pcnet.pcnet.ro
  61.  
  62.  
  63.